home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 June / EnigmA AMIGA RUN 19 (1997)(G.R. Edizioni)(IT)[!][issue 1997-06][EAR-CD III].iso / recent1 / amsound.lha / Rexx / amsound.amirx
Text File  |  1997-05-22  |  276b  |  15 lines

  1. /* This small script launches AmSound... 
  2.    and is about the extent of my ARexx ;)
  3.  
  4.    Part of the AmSound.lha distribution.
  5.    Copyright Creative Software 1993-1997
  6.  
  7.    See the included manual for more information.
  8. */ 
  9.  
  10. host = address()
  11.  
  12. ADDRESS COMMAND
  13.  
  14. 'run amsound' host
  15.